home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form w_about
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Dialog
- Caption = "About Component Toolbox"
- ClientHeight = 3375
- ClientLeft = 2025
- ClientTop = 3075
- ClientWidth = 6270
- Height = 3780
- Icon = "ct_about.frx":0000
- Left = 1965
- LinkTopic = "Form1"
- ScaleHeight = 3375
- ScaleWidth = 6270
- ShowInTaskbar = 0 'False
- Top = 2730
- Width = 6390
- Begin VB.CommandButton Command1
- Caption = "OK"
- Height = 375
- Left = 5100
- TabIndex = 1
- Top = 2880
- Width = 915
- End
- Begin VB.Label Label9
- Caption = "Order : 1-800-670-8045"
- Height = 285
- Left = 240
- TabIndex = 9
- Top = 2880
- Width = 2175
- End
- Begin VB.Label Label8
- Caption = "Fax : (204) 284-3307"
- Height = 285
- Left = 240
- TabIndex = 8
- Top = 2610
- Width = 2115
- End
- Begin VB.Label Label7
- Caption = "Phone : (204) 475-7903"
- Height = 285
- Left = 240
- TabIndex = 7
- Top = 2340
- Width = 2235
- End
- Begin VB.Label Label6
- Caption = "Winnipeg MB. R3M 0T7 Canada"
- Height = 285
- Left = 240
- TabIndex = 6
- Top = 2070
- Width = 2595
- End
- Begin VB.Label Label5
- Caption = "1161 McMillan Avenue"
- Height = 285
- Left = 240
- TabIndex = 5
- Top = 1800
- Width = 2655
- End
- Begin VB.Label Label4
- Caption = "Copyright (C) 1996 Gamesman Inc."
- Height = 285
- Left = 240
- TabIndex = 4
- Top = 1530
- Width = 2595
- End
- Begin VB.Label Label3
- Alignment = 1 'Right Justify
- Caption = "Jan. 96 Demo"
- ForeColor = &H00800000&
- Height = 285
- Left = 4800
- TabIndex = 3
- Top = 1350
- Width = 1215
- End
- Begin VB.Line Line2
- BorderColor = &H00FFFFFF&
- X1 = 1320
- X2 = 6000
- Y1 = 1170
- Y2 = 1170
- End
- Begin VB.Line Line1
- BorderColor = &H00808080&
- BorderWidth = 2
- X1 = 1320
- X2 = 6000
- Y1 = 1170
- Y2 = 1170
- End
- Begin VB.Label Label2
- Caption = "Version 1.0"
- BeginProperty Font
- name = "Arial"
- charset = 0
- weight = 700
- size = 18
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 1380
- TabIndex = 2
- Top = 630
- Width = 2715
- End
- Begin VB.Image Image1
- Height = 960
- Left = 180
- Picture = "ct_about.frx":030A
- Top = 180
- Width = 960
- End
- Begin VB.Label Label1
- BackColor = &H00C0C0C0&
- Caption = "Component Toolbox OCX"
- BeginProperty Font
- name = "Arial"
- charset = 0
- weight = 700
- size = 18
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 555
- Left = 1380
- TabIndex = 0
- Top = 180
- Width = 4575
- End
- Attribute VB_Name = "w_about"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload w_about
- End Sub
- Private Sub Form_Load()
- ' Center the window on the screen
- Move (Screen.Width - Width) / 2, (Screen.Height - Height) / 2
- End Sub
-